Determine Superset
Command Prototype
bRet = Set.IsSuperSet(ObjSet,ObjSet1)
Command Description
Determine if it is a superset, and return true if it is, return false if it is not
Parameter Description
- Required Parameter
- ObjSet--The set object to operate on
- ObjSet1--The sets to compare for intersections
- return
- bRet--The variable used to save the output of the function call